Welcome![Sign In][Sign Up]
Location:
Search - vc bmp

Search list

[Picture Vieweropen bmp

Description: 本程序是一个通过菜单打开一个bmp图像文件的vc代码。-this process is through a menu to open a bmp image files of vc code.
Platform: | Size: 1982464 | Author: 孙晓 | Hits:

[GDI-BitmapRead BMP

Description: 读取位图文件要素的源代码,用vc实现,功能强大. -read bitmap file elements of the source code, using vc realization of the powerful.
Platform: | Size: 53248 | Author: 寒风 | Hits:

[Compress-Decompress algrithmsPicCompressEncode(VC)

Description: 本程序是用VC++6.0开发的BMP转JPEG格式的图片压缩源程序,编译后即可运行。并且可以自行设定压缩的质量。-this program is the development of the VC 6.0 BMP format to the JPEG image compression source, the compiler can run after. And can set their own compression quality.
Platform: | Size: 593920 | Author: 刘利辉 | Hits:

[2D Graphic位图BMP格式图像文件处理类源码VC版

Description: 该类集成了常用的BMP位图文件的一些经常用到的比如文件读写等操作-such integrated common bitmap BMP documents some of the frequently used documents such as literacy, etc
Platform: | Size: 891904 | Author: 宋成军 | Hits:

[Graph Recognize200561555616250020000

Description: 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》打开--》CDipView的OnFileOpen 函数--》 调用CDipDoc的FileOpen 函数--》并使用myDoc->UpdateAllViews(NULL) 刷新 自动调用CDipView的OnPaint函数--》调用CDipView的OnDraw函数----一个像素点一个像素点的画 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 显示和内存贴图技术 关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved 每一个像素点都有一个相应的数组。-LPR system needs to the attention of the local : VC 6.0 do use development tools, SDI simple frame structure, handling a bitmap (interested can make MDI) 1) bitmap data is the information from the right and the left for his , and his party up his platoon. 2) pixels per line should be in multiples of four, the inadequacies of the points are filled with empty, Reading, the point to skip redundant. 3) key data exists inside Doc. BMP key data on the existence of a ImgData BYTE directly to the type of memory space (according to the Bitmap a small, dynamic allocation). 4) Data Reading come after, pay attention to the memory mapping, in order to ensure high efficiency. 5) implementation of procedures for application generation process-- "Open--" the OnFileOpe CDipView n Functions-- &
Platform: | Size: 233472 | Author: yanglin | Hits:

[Windows DevelopDIBShowing

Description: bmp文件读取,利用VC做的一个小软件,实现了对BMP文件的读取-bmp file read, VC do a small software, a pair of BMP file reader
Platform: | Size: 643072 | Author: baqiao | Hits:

[GUI DevelopVC_openbmp

Description: VC自写的打开图象程序 是基于单文档的,并有部分图象处理-VC since the opening images are based on a single document, and some image processing
Platform: | Size: 3338240 | Author: zhangwen | Hits:

[ScannerAcquireImageWithDiskFile(vc)

Description: 用扫描仪扫描图形:扫描图形存储为BMP格式,并能够两虚扫描,设定扫描时间间隔。-using scanning graphics : scanning for graphics storage BMP format, and can Deficiency scanning, scanning set time interval.
Platform: | Size: 3759104 | Author: chenran | Hits:

[Graph DrawingTestBitmap

Description: vc++能打开bmp文件格式的图象。是利用mfc制作的。-vc will break bmp image file formats. Use mfc produced.
Platform: | Size: 3817472 | Author: ssss | Hits:

[GDI-BitmapBMPSeg

Description: 图像分割程序,应用vc++程序,可以分割bmp图像-image segmentation, application procedures vc, bmp image segmentation
Platform: | Size: 3513344 | Author: 徐默 | Hits:

[GDI-BitmapBmpMfc

Description: 这是一个对BMP图像进行处理的程序,用VC++6.0实现,可以对图像进行旋转-this is a BMP image processing procedures, with VC 6.0, the image rotation
Platform: | Size: 102400 | Author: 张华 | Hits:

[Picture Viewerbmploadandsave

Description: bmp位图文件的读取与保存 vc源码 不需要解压密码-bmp bitmap file read and preservation vc not extracting source code
Platform: | Size: 27648 | Author: slm | Hits:

[GDI-Bitmappastebmpcontrol

Description: 贴图的方法实现工业控制开关转换,VC用户界面源码-map of industrial control switch conversion, user interface VC FOSS
Platform: | Size: 47104 | Author: fxs1122 | Hits:

[2D Graphic20067-OCR

Description: 图形文字识别(OCR)是常用的东西。许多程序员都想在自己的程序中嵌入OCR的识别模块。但是,用别人的—要价太高;自己做—难度太大。 其实微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一个品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。 笔者在这里发布一个用MS_OCR做的示范程序,大家试试,识别能力还不错,并且支持多种图形格式(bmp,jpg,tif)。 -graphic character recognition (OCR) is commonly used things. Many programmers want their own procedures embedded OCR recognition module. Still, others- demanded too high a price; Themselves- is unbridgeable. In fact, as early as in Microsoft Office2003 has introduced an OCR module, the Chinese have a very good support (of a second to the domestic brand products). Many people may have noticed the good things, But MS_OCR VC in the interface and usage has not been any sign of disclosure. The author in a release here MS_OCR do with the model procedures, we try to identify capacity was pretty good, and supports a variety of graphics formats (bmp, jpg, tif).
Platform: | Size: 3324928 | Author: jms | Hits:

[Compress-Decompress algrithmsBMP_DCT_IDCT

Description: 本源码是用VC++6.0实现的,显示了BMP位图,并实现了快速的8*8的块的DCT和IDCT变换-the source of VC 6.0, showing a bitmap BMP, and achieve a rapid 8* 8 block of DCT and IDCT transform
Platform: | Size: 4562944 | Author: 颜色 | Hits:

[Special EffectsJpgVSbmp_VC

Description: JPEG图像压缩与BMP位图的比较。JEPG的实现源码。-JPEG image compression and BMP bitmap comparison. JEPG the realization of the source code.
Platform: | Size: 220160 | Author: wind | Hits:

[2D Graphicchange_bmp_picture_tojpg

Description: 使用vc++实现bmp图片转换为jpg格式,好用-use vc++ bmp images converted to jpg format, handy
Platform: | Size: 413696 | Author: 神和龙 | Hits:

[Special EffectsSaveWindowsDCtoBMP

Description: 利用VC++将客户区图像保存为BMP位图文件,并且具有编辑功能-VC District customers will be kept as a BMP image bitmap file, with editing functions
Platform: | Size: 391168 | Author: 啊征 | Hits:

[GDI-Bitmapvc+_Image

Description: 程序打开某文件下的所有bmp,jpg文件,以幻灯片的各种动画形式展示-procedures to open a document of all bmp, jpg documents to slides of various forms of animation display
Platform: | Size: 204800 | Author: 窦辉 | Hits:

[Special EffectsBMP-process

Description: bmp位图图像处理的vc++源码,不错,有需要的来看一下,-bmp Bitmap image processing vc++ source code, yes, there is a need to look at the, Oh
Platform: | Size: 993280 | Author: 程喜 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net